gtksearchbar: Do not handle captured events for unmapped bars
authorCarlos Garnacho <carlosg@gnome.org>
Mon, 18 Feb 2019 19:00:19 +0000 (20:00 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Wed, 20 Feb 2019 12:15:16 +0000 (13:15 +0100)
commit120ee17e095190db9192a91065433f2945ebe2e8
tree89648f986e7c974c761ad6a65c196b68738949db
parent02bb364474adb7dfe8ce1550851c2575731731d3
gtksearchbar: Do not handle captured events for unmapped bars

If the bar is currently unmapped, it should not attempt to capture
and handle events.

Related: https://gitlab.gnome.org/GNOME/gtk/issues/1205
gtk/gtksearchbar.c